home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Font / s / Font0f < prev    next >
Text File  |  1995-08-26  |  487b  |  22 lines

  1. ; Author: Copyright 1993 Shaun Blackmore
  2.  
  3.         GET     ^.h.regdefs
  4.         GET     ^.h.swinos
  5.         GET     ^.h.macros
  6.  
  7. ;os_error *Font_ReadScaleFactor(int *xscale, int *yscale);
  8.  
  9.         PREAMBLE
  10.         STARTCODE Font_ReadScaleFactor
  11. ;
  12.         STMFD   sp!, {r4,lr}
  13.         MOV     r3,r0
  14.         MOV     r4,r1
  15.         SWI     SWI_Font_ReadScaleFactor + XOS_Bit
  16.         STR     r1,[r3,#0]
  17.         STR     r2,[r4,#0]
  18.         MOVVC   r0,#0
  19.         LDMFD   sp!, {r4,pc}^
  20. ;
  21.         END
  22.